CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - STL Algorithm

搜索资源列表

  1. stl算法

    0下载:
  2. stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:184551
    • 提供者:wuxuegang
  1. stl-huffman

    0下载:
  2. implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved-implement Huffman algorithm with stl prio rity - queue, first you must have the file, then the result is saved
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1773
    • 提供者:李明
  1. stl.LCS

    0下载:
  2. 参考算法导论写的LCS算法,仿照STL的泛型风格,适用于多种STL容器中的各种类型数据构成的序列的最大公共子序列(Longest Common Subsequence)问题求解。-reference Introduction to write the algorithm LCS algorithm, modeled on the STL Generic style. STL is applicable to many types of containers data constitute the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:王硕
  1. a-star-algorithm-implementation

    0下载:
  2. 基于stl的a star寻路算法的高效实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18457
    • 提供者:WestWeald
  1. Genetic-algorithm

    0下载:
  2. Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3177904
    • 提供者:chen
  1. STL

    0下载:
  2. stl的入门ppt 很好用哦,分为导入 STL的概念与组成 Iterator(迭代器) Container(容器) Algorithm(算法) Adaptors(配接器)-stl useful introductory ppt Oh, into the concept of STL import component Iterator (Iterator) Container (containers) Algorithm (algorithm) Adaptors (adapters
  3. 所属分类:Document

    • 发布日期:2017-05-09
    • 文件大小:1692529
    • 提供者:张严浩
  1. Algorithm

    0下载:
  2. 一个全排列算法的实现,利用了C++模板技术以及STL 中的 Vector-A full array of implementation algorithms, using the C++ template technology and STL in the Vector
  3. 所属分类:STL

    • 发布日期:2017-05-02
    • 文件大小:925747
    • 提供者:zhangjin
  1. CppSTLalgorithm

    0下载:
  2. STL变易算法,STL算法库里的精华介绍。每个都配有实例-STL algorithm change, STL algorithm, introduced the essence of Curitiba. Examples of each are equipped with
  3. 所属分类:STL

    • 发布日期:2017-05-30
    • 文件大小:13071481
    • 提供者:王非
  1. STL_examples

    0下载:
  2. 关于stl的算法实例 虽然这些例子不是很长,没有一个完整的功能,但是要是想理解的话,已经足够了-Stl algorithm on these examples, although examples are not very long, does not have a fully functional, but would like to understand if so, has sufficient
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3869316
    • 提供者:tian
  1. Apriori_STL

    0下载:
  2. 本算法的基本功能是用C++语言实现了APRIORI算法,用户可以先选择要进行的操作。然后再输入支持度和置信度,就可得到挖掘的结果。-The basic function of this algorithm is a C++ language APRIORI algorithm achieved, the user can first select the operation to be carried out. And then enter the support and confidence
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:7334
    • 提供者:gaopeng
  1. STLinusagemap

    0下载:
  2. map中由于它内部有序,由红黑树保证,因此很多函数执行的时间复杂度都是log2N的,如果用map函数可以实现的功能,而STL Algorithm也可以完成该功能,建议用map自带函数,效率高一些。 -map due to its internal and orderly to ensure the tree by the red and black, many functions of the time complexity of the implementation are log2N,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12560
    • 提供者:邹氏
  1. stlalgor

    0下载:
  2. 本程序介绍演示如何使用 STL的Algorithm与 Functor(function object)。-This demo program show how to use STL Algorithm and Functor(function object)。
  3. 所属分类:STL

    • 发布日期:2017-04-15
    • 文件大小:6516
    • 提供者:Lazy Boy
  1. STL

    0下载:
  2. STL面片中冗余顶点的快速滤除算法及其应用-STL surface film quickly filter out redundant vertex algorithm and its application
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:654115
    • 提供者:沈飞飞
  1. 17869328STL

    0下载:
  2. 三维STL文件基于坐标分层切片处理算法的代码实现-Three-dimensional coordinates based on slicing STL file handling code algorithm
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:21346
    • 提供者:mk
  1. stl

    0下载:
  2. 用于计算矩阵方程的超松弛迭代算法C++程序,-Matrix equation used to calculate the over-relaxation iteration algorithm C++ program
  3. 所属分类:STL

    • 发布日期:2017-04-10
    • 文件大小:802
    • 提供者:parker
  1. The-Annotated-STL-Source

    0下载:
  2. STL源码剖析,向专家学习型别技术、内存管理、算法、数据结构、STL各类组件之高阶实现技巧-The Annotated STL Source, for management of memory, algorithm, data structure and accomplish of STL component.
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11514154
    • 提供者:徐赫
  1. STL-Algorithms

    0下载:
  2. STL Algorithms Non modifying sequence operations mismatch: 1. Generic mismatch algorithm: Find the corresponding positions in a deque and list at which unequal elements first occur 2. Check for mismatch between two vectors 3. Use mismatch fun
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:3807
    • 提供者:Tina
  1. STL-Standard-Template-Library

    0下载:
  2. STL标准模板库。 1.使用链表类模板加载学生类实例; 2.按索引排序; 3.使用并集算法合并容器; 4.利用容器算法洗牌。-STL Standard Template Library. 1. Use the list of students loaded class template class instance 2. Sort by index 3. Use and set algorithm merge container 4. The use of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7311082
    • 提供者:冯泽
  1. Ful_Permutation_Constructor

    0下载:
  2. 通过四种算法产生全排列数据,这四种算法是:递归算法、STL算法、字典算法、SJT算法;同时附有算法说明。-The arrangement of data generated by the four algorithms, the four algorithms are: recursive algorithm, STL algorithm, SJT algorithm, dictionary algorithm at the same time with the algorithm descr
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6609047
    • 提供者:朱华慧
  1. stl

    0下载:
  2. stl部分题答案 有以下数字:11,12,13,2,3,4,5,6,7,16,17,18.将以上数据依次压入容器deque中,选用一种排序算法排序后,连续弹出3个数据(pop_front)后,对剩余数据进行累加并输出;而后删除所有大于11的数,并输出(stl the above data sequentially pressed into the deque container, use a sorting algorithm sorting, continuous pop-up 3 d
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:13312
    • 提供者:哈哈1s
« 12 3 4 5 »
搜珍网 www.dssz.com